github.com/gotd/td/tg.jsonValue.str (field)
8 uses
github.com/gotd/td/tg (current package)
json_invoke.go#L164: str string
json_invoke.go#L313: val.str = str
json_invoke.go#L379: if isHexString(val.str) {
json_invoke.go#L380: strLen := len(val.str)
json_invoke.go#L393: if _, err := hex.Decode(int128[:], []byte(val.str)); err == nil {
json_invoke.go#L399: if _, err := hex.Decode(int256[:], []byte(val.str)); err == nil {
json_invoke.go#L407: buf.PutString(val.str)
json_invoke.go#L429: typeName := typeVal.str
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |